home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CyberMycha Extra 2004 January
/
CyberMycha Extra 1-2004 (Poland) (Disc 2).bin
/
Pippi
/
myot.dir
/
00096_gitarr.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-09-10
|
243 b
|
20 lines
on mouseDown me
if soundBusy(2) = 0 then
sound(2).play(member("mu", 1))
else
sound(3).play(member("mu", 1))
end if
end
on mouseEnter me
cursor([500, 501])
end
on mouseLeave me
cursor(0)
end
on endSprite me
cursor(0)
end